ResourceSetProperty Method (String, String, String) |
Sets a property on a resource.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic MultiStatus SetProperty(
string address,
string propertyName,
string propertyValue
)
Public Function SetProperty (
address As String,
propertyName As String,
propertyValue As String
) As MultiStatus
Parameters
- address
- Type: SystemString
The URI that identifies the resource. - propertyName
- Type: SystemString
Name of property to set. Property namspace is DAV: - propertyValue
- Type: SystemString
Value of property as a string
Return Value
Type:
MultiStatusA MultiStatus indicating the status of the property set.
See Also